GrapeCity SPREAD for WPF 2.0J
Item プロパティ (DataListBase<T>)

インデックスを示す int 値。
指定したインデックスにある要素を取得します。
構文
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As T
public T this[ 
   int index
]; {get;}

パラメータ

index
インデックスを示す int 値。

プロパティ値

指定したインデックスにある要素。
例外
例外説明
System.ArgumentOutOfRangeExceptionindex が0未満です。または、indexCount 以上です。
参照

DataListBase<T> クラス
DataListBase<T> メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.